The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "compress::raw::zlib"

Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library River stage four • 25 direct dependents • 9940 total dependents

The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* or *zlib-ng* compression libraries (see "SEE ALSO" for details about where to get *zlib* or *zlib-ng*). In the text below all references to *zlib* are also applicable to *zlib-n...

PMQS/Compress-Raw-Zlib-2.212 - 27 Apr 2024 12:55:28 UTC - Search in distribution

Bundle::Compress::Zlib - Install Compress::Zlib and dependencies River stage zero No dependents

PMQS/Bundle-Compress-Zlib-2.201 - 25 Jun 2022 09:02:09 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

CHI - Unified cache handling interface River stage three • 97 direct dependents • 204 total dependents

CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will...

ASB/CHI-0.61 - 13 Oct 2021 14:56:11 UTC - Search in distribution

ucpan - improved CPAN modules updater River stage zero No dependents

ucpan is module update program. This program has the following advantages over executing "cpan-outdated | cpanm" from the command line. * Display the outdated module list in easy-to-see table format. * Display the progress from fetch to install compa...

KPEE/App-ucpan-1.13 - 09 Dec 2019 08:49:08 UTC - Search in distribution

perlunicode - Unicode support in Perl River stage five • 11292 direct dependents • 32664 total dependents

If you haven't already, before reading this document, you should become familiar with both perlunitut and perluniintro. Unicode aims to UNI-fy the en-CODE-ings of all the world's character sets into a single Standard. For quite a few of the various c...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

ctgetreports - Quickly fetch cpantesters results with all reports River stage zero No dependents

The intent is to get at both the summary at cpantesters and the individual reports and parse the reports and collect the data for further inspection. We always only fetch the reports for the most recent (optionally picked) release. Target root direct...

ANDK/CPAN-Testers-ParseReport-0.4.5 - 29 Dec 2018 09:27:31 UTC - Search in distribution

Compress::Zlib - Interface to zlib compression library River stage four • 258 direct dependents • 9811 total dependents

The *Compress::Zlib* module provides a Perl interface to the *zlib* compression library (see "AUTHOR" for details about where to get *zlib*). The "Compress::Zlib" module can be split into two general areas of functionality, namely a simple read/write...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC - Search in distribution

Win32::Printer - Perl extension for Win32 printing River stage zero No dependents

All symbolic constants are exported by default!!! new new Win32::Printer ( [ parameter => value, ... ] ); The new class method creates printer object, starts new document (a print job), returns printer object and changes $dc->{flags} variable. $dc->{...

WASX/Win32-Printer-0.9.1 - 28 Apr 2008 07:49:03 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

WWW::Mechanize - Handy web browsing in a Perl object River stage three • 282 direct dependents • 550 total dependents

"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC - Search in distribution

Imager::Files - working with image files River stage three • 108 direct dependents • 121 total dependents

You can read and write a variety of images formats, assuming you have the appropriate libraries, and images can be read or written to/from files, file handles, file descriptors, scalars, or through callbacks. To see which image formats Imager is comp...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

MP3::Info - Manipulate / fetch info from MP3 audio files River stage two • 19 direct dependents • 74 total dependents

$mp3 = MP3::Info->new(FILE) OOP interface to the rest of the module. The same keys available via get_mp3info and get_mp3tag are available via the returned object (using upper case or lower case; but note that all-caps "VERSION" will return the module...

JMERELO/MP3-Info-1.26 - 03 Oct 2017 12:02:25 UTC - Search in distribution

Furl::HTTP - Low level interface to Furl River stage two • 83 direct dependents • 99 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

Net::HTTP - Low-level HTTP connection (client) River stage four • 28 direct dependents • 6252 total dependents

The "Net::HTTP" class is a low-level HTTP client. An instance of the "Net::HTTP" class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The "Net::HTTP" class supports "HTTP/1.0" and "HTTP/1.1". "Net::HTTP" is a s...

OALDERS/Net-HTTP-6.23 - 16 Jun 2023 11:47:29 UTC - Search in distribution

Mail::IMAPClient - An IMAP Client API River stage one • 9 direct dependents • 9 total dependents

This module provides methods implementing the IMAP protocol to support interacting with IMAP message stores. The module is used by constructing or instantiating a new IMAPClient object via the "new" constructor method. Once the object has been instan...

PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC - Search in distribution

Mail::IMAPTalk - IMAP client interface with lots of features River stage zero No dependents

This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules. * It parses the more complex IMAP structures like ...

ROBM/Mail-IMAPTalk-4.06 - 10 Nov 2023 05:25:19 UTC - Search in distribution

Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle. River stage zero No dependents

Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...

DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 UTC - Search in distribution
54 results (0.092 seconds)